projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2cd1a6
)
Turn on menu-bar-mode.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Mar 1994 00:36:52 +0000
(
00:36
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Mar 1994 00:36:52 +0000
(
00:36
+0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index edbf3cbb0058af0b17616f2179fb48aef7750efb..7b7d1b94d4d38c722fbaf93a41696f237c7e2008 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-595,6
+595,8
@@
This returns ARGS with the arguments that have been processed removed."
(while (setq i (string-match "[.*]" x-resource-name))
(aset x-resource-name i ?-))))
+(menu-bar-mode t)
+
(x-open-connection (or x-display-name
(setq x-display-name (getenv "DISPLAY")))
x-command-line-resources)